* gtkutil.c: Fix problems found by GCC 4.6.0 on Ubuntu 10.10.
authorPaul Eggert <eggert@cs.ucla.edu>
Tue, 19 Apr 2011 07:10:55 +0000 (00:10 -0700)
committerPaul Eggert <eggert@cs.ucla.edu>
Tue, 19 Apr 2011 07:10:55 +0000 (00:10 -0700)
commit5af9d9b1af9e3dc7e2cddb2d51ddf51ca7d27285
tree79e83c5aa75b3dcdfe3391ad90eb8536f85f28bd
parenta9a7b4ee0bbf61e088b82bd3eaad66e1f7ba4838
* gtkutil.c: Fix problems found by GCC 4.6.0 on Ubuntu 10.10.

(GDK_KEY_g): Don't define if already defined.
(xg_prepare_tooltip): Avoid pointer signedness problem.
(xg_set_toolkit_scroll_bar_thumb): Redo to avoid two casts.
src/ChangeLog
src/gtkutil.c